Exemple Informations Météo des Délais
Dans cette rubrique
Cet exemple expose l'appel à la météo des délais avec un jeton d'authentification.
1. Envoi d'une demande d'affichage de la météo des délais
1.1. Exemple de requête
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cfcal-banque.fr/services/Utilitaire/1.7" xmlns:ns2="http://www.cfcal-banque.fr/objets/Authentification/1.1">
<soapenv:Header>
<ns2:Jeton>ri33zK4hJ33DVq25MXnieV+zPbmCfQtOKJnkpV6ecuGyUbwTY3fPEftMVLt9HqaRLHXeHWGWopgAQU4/7q+lhUKZHrafX7zCSi+wUIJn0CA=</ns2:Jeton>
</soapenv:Header>
<soapenv:Body>
<ns:RenvoyerListeMeteoDesDelais/>
</soapenv:Body>
</soapenv:Envelope>
1.2. Réponse obtenue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<RenvoyerListeMeteoDesDelaisResponse xmlns="http://www.cfcal-banque.fr/services/Utilitaire/1.7">
<ResultatListeMeteoDesDelais xmlns:a="http://www.cfcal-banque.fr/objets/Utilitaire/1.7" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Statut xmlns="http://www.cfcal-banque.fr/objets/Outils/1.0">Correct</Statut>
<Messages xmlns="http://www.cfcal-banque.fr/objets/Outils/1.0"/>
<a:DateDerniereModification>12/01/2026 09:03:15</a:DateDerniereModification>
<a:MeteosDesDelais>
<a:MeteoDesDelais>
<a:LibelleGamme>Pôle - SANS-GARANTIE - Propriétaire</a:LibelleGamme>
<a:TypeQualiteDelai>MeteoSoleil</a:TypeQualiteDelai>
<a:DelaiEtude>1</a:DelaiEtude>
<a:TypeTendanceDelai>EnStagnation</a:TypeTendanceDelai>
</a:MeteoDesDelais>
<a:MeteoDesDelais>
<a:LibelleGamme>Pôle - SANS-GARANTIE - Locataire</a:LibelleGamme>
<a:TypeQualiteDelai>MeteoSoleil</a:TypeQualiteDelai>
<a:DelaiEtude>1</a:DelaiEtude>
<a:TypeTendanceDelai>EnStagnation</a:TypeTendanceDelai>
</a:MeteoDesDelais>
<a:MeteoDesDelais>
<a:LibelleGamme>Pôle - HYPOTHECAIRE - LS1</a:LibelleGamme>
<a:TypeQualiteDelai>MeteoSoleil</a:TypeQualiteDelai>
<a:DelaiEtude>2</a:DelaiEtude>
<a:TypeTendanceDelai>EnStagnation</a:TypeTendanceDelai>
</a:MeteoDesDelais>
<a:MeteoDesDelais>
<a:LibelleGamme>Pôle - HYPOTHECAIRE - LS2</a:LibelleGamme>
<a:TypeQualiteDelai>MeteoSoleil</a:TypeQualiteDelai>
<a:DelaiEtude>2</a:DelaiEtude>
<a:TypeTendanceDelai>EnStagnation</a:TypeTendanceDelai>
</a:MeteoDesDelais>
<a:MeteoDesDelais>
<a:LibelleGamme>Pôle - HYPOTHECAIRE - Pro et Wash</a:LibelleGamme>
<a:TypeQualiteDelai>MeteoSoleil</a:TypeQualiteDelai>
<a:DelaiEtude>2</a:DelaiEtude>
<a:TypeTendanceDelai>EnStagnation</a:TypeTendanceDelai>
</a:MeteoDesDelais>
<a:MeteoDesDelais>
<a:LibelleGamme>Pôle - PATRIMONIAL - Investys et Edifys</a:LibelleGamme>
<a:TypeQualiteDelai>MeteoNuage</a:TypeQualiteDelai>
<a:DelaiEtude>7</a:DelaiEtude>
<a:TypeTendanceDelai>EnStagnation</a:TypeTendanceDelai>
</a:MeteoDesDelais>
<a:MeteoDesDelais>
<a:LibelleGamme>Pôle - PATRIMONIAL - Investys Patrimonial</a:LibelleGamme>
<a:TypeQualiteDelai>MeteoSoleil</a:TypeQualiteDelai>
<a:DelaiEtude>7</a:DelaiEtude>
<a:TypeTendanceDelai>EnStagnation</a:TypeTendanceDelai>
</a:MeteoDesDelais>
<a:MeteoDesDelais>
<a:LibelleGamme>Pôle - PATRIMONIAL - Investys Nanti</a:LibelleGamme>
<a:TypeQualiteDelai>MeteoNuage</a:TypeQualiteDelai>
<a:DelaiEtude>10</a:DelaiEtude>
<a:TypeTendanceDelai>EnBaisse</a:TypeTendanceDelai>
</a:MeteoDesDelais>
</a:MeteosDesDelais>
</ResultatListeMeteoDesDelais>
</RenvoyerListeMeteoDesDelaisResponse>
</s:Body>
</s:Envelope>